* emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
authorDaniel Colascione <dancol@dancol.org>
Sun, 3 Feb 2013 16:45:37 +0000 (08:45 -0800)
committerDaniel Colascione <dancol@dancol.org>
Sun, 3 Feb 2013 16:45:37 +0000 (08:45 -0800)
commit6840160bf38a112e07835e4bff573827f74878ec
treed5582d061c6d14be73046fa09026a2dde2045eb5
parentf4f74ba0b4f771c71185a09969b921a1874a5be7
* emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that
daemon mode works on cygw32 when Emacs is installed and not just
during development.
src/ChangeLog
src/emacs.c